Welcome![Sign In][Sign Up]
Location:
Search - evaluation function

Search list

[Other一个GA源程序

Description: This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function - This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function
Platform: | Size: 6902 | Author: 刘海 | Hits:

[Other resourcean_intruction_of_a_simple_genetic_algorithm

Description: This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function -This a simple genetic algorithm impleme 'where the evaluation function takes po sitive values only and the fitness of an individ MM is the same as the value of the objective func tion
Platform: | Size: 6675 | Author: jiangyi | Hits:

[WEB Codehenhaotuxiangfenge

Description: 首先采用灰度投影匹配进行全局运动估计和补偿,用以消除背景变化的影响;然后由二次差分抽取中间帧解决遮挡问题,通过Fisher 评价函数结合数学形态学填充得到运动对象分割掩膜,同时消除残余噪声以及平滑边缘。该方法在一定范围内较好地解决了遮挡问题,并能够高效快速地得到比较精确的视频对象。-first used for overall projection matching motion estimation and compensation, in order to remove the impact of changes in background; then by the second difference from the middle frame settlement block, Fisher evaluation function by combining mathematical morphology be filled Moving Object segmentation mask, while eliminating residual noise and edge smoothing. The method in a certain range to help solve the problem of shelter, and to the rapid and efficient access to more precise video objects.
Platform: | Size: 303049 | Author: 李杰 | Hits:

[Special Effectspingjiahanshu

Description: 在matlab环境下,包括图像评价函数算法:Brenner、方差、梯度阈值、熵函数、能量梯度函数。-in Matlab environment, including image evaluation function algorithm : Brenner, variance, gradient threshold, entropy function, energy gradient function.
Platform: | Size: 4718 | Author: 查世华 | Hits:

[Web ServerGA_2

Description: This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the-This a simple genetic algorithm impleme ntation where the evaluation function takes po sitive values only and the fitness of an individ ual is the same as the value of the
Platform: | Size: 22202 | Author: 沈建峰 | Hits:

[Other resourcerldw

Description: 本文对几何模型匹配方法进行了研究,提出了一套完整的人脸定位算法。在预处理部分,采用了特别的增强人脸特征与脸部皮肤之间对比度的方法及局域取阈值二值化方法,改进了预处理的效果。在图像分割部分,实现了经典的分合算法,并且使用成组算法改进了分合的效果。在人脸匹配部分,实现了基于眼睛和嘴的几何模型匹配,并对评价函数的构造进行了研究-geometric model of this matching method for the study and submit a complete set of facial positioning algorithm. In preprocessing, using a special facial features enhanced facial skin and the contrast between the methodology and obtain local threshold value of the two methods, improved the pretreatment results. Image segmentation, the realization of the classical division algorithm, and the use of group division algorithm improved results. Face in the match, based on the realization of the eyes and mouth of the geometric model matching and evaluation function of the tectonic study
Platform: | Size: 1021032 | Author: 苗夏菁 | Hits:

[Other resourcematlabnihe

Description: MATLAB插值与拟合(线性拟合函数:regress() 多项式曲线拟合函数:polyfit( ) 多项式曲线求值函数:polyval( ) 多项式曲线拟合的评价和置信区间函数:polyconf( ) 稳健回归函数:robust( ) 向自定义函数拟合 )-MATLAB interpolation and fitting (linear fitting function : regress () function polynomial curve fitting : polyfit () polynomial curve function : polyval () polynomial curve fitting and evaluation function confidence interval : polyconf () function Robust Regression : robust () function to define fitting)
Platform: | Size: 15859 | Author: 廖政 | Hits:

[Other resourceAI_prog

Description: 这是一个非常简单的遗传算法源代码,对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。-This is a very simple genetic algorithm source code for a specific application to amend this code, Users only need to change the constant definition and the definition of "evaluation function" can. Attention to the design of the code for the maximum, the objective function can only take positive; and function and adapt to the individual was no difference between the value. The system uses ratio choices, the essence model, single point of hybridization and mutation uniform.
Platform: | Size: 3434 | Author: Arien | Hits:

[Otherknowledgeyichuan

Description: 了解遗传算法 遗传算法是一种最优化算法,所谓最优化问题,就是这样一类问题,满足它的解(称为可行解)有很多(通常是极多)对于每一种解有一个评价函数得到一个评价值,也就确定了解集的一个偏序关系,在这个偏序关系的求最小值(或最大值)或者近似最小值(或最大值)。-understanding of the genetic algorithm is a genetic algorithm optimization algorithm, the so-called optimization problems, this is a category of issues, meet its solution (known as feasible solution) has lots of (usually many) for each solution is an evaluation function to be a commentary value will determine understanding sets a partial order. In this partial order for the minimum (or maximum) or approximate minimum (or maximum).
Platform: | Size: 7964 | Author: 周燕 | Hits:

[Other resourcejiandan0101

Description: 这是一个非常简单的遗传算法源代码,代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用 Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。读者可以从ftp.uncc.edu, 目录 coe/evol中的文件prog.c中获得。要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。输入的 文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。 -This is a very simple genetic algorithm source code, code guarantees minimal, in fact there is no need Checking. For a specific application to amend this code, users only need to change the constant definition and the definition of "evaluation function" can. Attention to the design of the code for the maximum, the objective function can only take positive; and function and adapt to the individual was no difference between the value. The system uses ratio choices, the essence model, single point of hybridization and mutation uniform. If Gaussian variation replacement uniform variation, may be a better result. Code no graphics, or even no screen output, mainly to ensure that the platforms to the high portability. Readers can get ftp.uncc.edu. Contents coe / evol prog.c the document
Platform: | Size: 3758 | Author: nokia8 | Hits:

[Other resourcesimplgeneticlgorith

Description: /* This a simple genetic algorithm implementation where the */ /* evaluation function takes positive values only and the */ /* fitness of an individual is the same as the value of the */ /* objective function
Platform: | Size: 3773 | Author: guya | Hits:

[matlabpingjia

Description: 利用matlab编写的求解融合后的图像的评价函数,用于遗传算法。-Prepared using matlab to solve image fusion evaluation function for the genetic algorithm.
Platform: | Size: 1024 | Author: 伏明兰 | Hits:

[Graph programImagequalityevaluation

Description: 包含了主要的图像质量评价的matlab源程序。图像熵,图像的方差和,以及基于边缘检测算子的质量评价函数。-Contains the main image quality evaluation of the matlab source code. Image entropy, variance and images, as well as edge detection operator based on the quality of the evaluation function.
Platform: | Size: 3072 | Author: 巫军 | Hits:

[Special Effectsfgbfdgh

Description: 基于结构信息提取的图像质量评价构相似性理论是一种关于图像质量评价的新思想.与自底向上地模拟人眼视觉系统(HVS)低阶的组 成结构不同,结构相似性理论自顶向下地模拟HVS的整体功能.-Theory is a kind of image quality evaluation about the new thoughts. And the simulation of human visual system (HVS) low-level group Into different structure, the structural similarity theory from the top down to simulate the function of the HVS.
Platform: | Size: 416768 | Author: 抓党建 | Hits:

[Special EffectsSeg-Entropy5

Description: 基于C++和Matlab的图像分割和清晰度评价函数。采用图像信息熵来作为清晰度评价函数。-C++ and Matlab-based image segmentation and definition evaluation function. Using image information entropy as the sharpness function.
Platform: | Size: 1024 | Author: 王斌 | Hits:

[WEB CodeEvaluation

Description: 微软的标准mvc模式代码,学术评估功能,dal bll 数据持久层 数据访问层,逻辑层,用于教育 电信 医疗卫生 流程系统等等。-Microsoft' s standard mvc model code of academic evaluation function, dal bll data persistence data access layer, logic layer, for educational telecommunications system of health care processes and so on.
Platform: | Size: 1232896 | Author: noahxu | Hits:

[Special EffectsImage-sharpness-evaluation-function

Description: 几种常见的图像清晰度评价函数,包括熵、梯度、全变分-some image sharpness evaluation functions including entropy、grad、TV
Platform: | Size: 1024 | Author: emma | Hits:

[matlabMatlab-image-evaluation-function

Description: 文件中有四种图像评价函数,可以从多帧图像中搜寻最清晰的一帧,代码调试可运行。-There are four file image uation function, can search the clearest multiple frames a frame, debug the code can run.
Platform: | Size: 3785728 | Author: 褚翔 | Hits:

[matlabImage-evaluation-function-matlab

Description: 包含九种图像评价函数,对图像进行清晰度判断并对比各种方法的时效-Evaluation function contains nine images, the image clarity and compared various methods of aging
Platform: | Size: 8401920 | Author: 褚翔 | Hits:

[Special Effectsevaluation function

Description: SMD,Brenner,Robert,EOG,Sobel算子图像清晰度计算(SMD,Brenner,Robert,EOG,Sobel,evaluation function)
Platform: | Size: 1024 | Author: 蛋先森 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net